Pipeline

Undocumented in source.

Constructors

this
this()
Undocumented in source.
this
this(bool isStatic)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Aliases

Ptr
alias Ptr = Pipeline!(R, W)
Undocumented in source.
TheCallBack
alias TheCallBack = void delegate(W, size_t)
Undocumented in source.

Functions

close
void close()
Undocumented in source. Be warned that the author may not have intended to support it.
finalize
void finalize()
Undocumented in source. Be warned that the author may not have intended to support it.
read
void read(R msg)
Undocumented in source. Be warned that the author may not have intended to support it.
timeOut
void timeOut()
Undocumented in source. Be warned that the author may not have intended to support it.
transportActive
void transportActive()
Undocumented in source. Be warned that the author may not have intended to support it.
transportInactive
void transportInactive()
Undocumented in source. Be warned that the author may not have intended to support it.
write
void write(W msg, TheCallBack cback)
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

create
Ptr create()
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From PipelineBase

~this
~this()
Undocumented in source.
pipelineManager
PipelineManager pipelineManager [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
pipelineManager
PipelineManager pipelineManager [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
deletePipeline
void deletePipeline()
Undocumented in source. Be warned that the author may not have intended to support it.
transport
Channel transport [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
transport
Channel transport [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
addBack
PipelineBase addBack(H handler)
Undocumented in source. Be warned that the author may not have intended to support it.
addFront
PipelineBase addFront(H handler)
Undocumented in source. Be warned that the author may not have intended to support it.
remove
PipelineBase remove(H handler)
Undocumented in source. Be warned that the author may not have intended to support it.
remove
PipelineBase remove()
Undocumented in source. Be warned that the author may not have intended to support it.
removeFront
PipelineBase removeFront()
Undocumented in source. Be warned that the author may not have intended to support it.
removeBack
PipelineBase removeBack()
Undocumented in source. Be warned that the author may not have intended to support it.
getHandler
auto getHandler(int i)
Undocumented in source. Be warned that the author may not have intended to support it.
getHandler
auto getHandler()
Undocumented in source. Be warned that the author may not have intended to support it.
getContext
auto getContext(int i)
Undocumented in source. Be warned that the author may not have intended to support it.
getContext
auto getContext()
Undocumented in source. Be warned that the author may not have intended to support it.
finalize
void finalize()
Undocumented in source.
detachHandlers
void detachHandlers()
Undocumented in source. Be warned that the author may not have intended to support it.
_ctxs
PipelineContext[] _ctxs;
Undocumented in source.
_inCtxs
PipelineContext[] _inCtxs;
Undocumented in source.
_outCtxs
PipelineContext[] _outCtxs;
Undocumented in source.
_isFinalize
bool _isFinalize;
Undocumented in source.

Meta